* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.meetHeader {
    width: 1200px;
    height: 106px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.headerHandler {
    height: 38px;
    line-height: 38px;
    font-size: 0;
}

.headerHandler_c1 {
    float: left;
    height: 100%;
}

.headerHandler_c1 a {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.headerHandler_c1 a:first-child {
    color: #4373F9;
}

.headerHandler_c1 a:last-child::after {
    display: none;
}

.headerHandler_c1 a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #dddddd;
    position: absolute;
    right: -15px;
    top: 12px;
}

.outlogin::after {
    display: none !important;
}

.noticeNum {
    position: relative;
    padding-right: 30px;
}

.noticeNum i {
    position: absolute;
    right: 2px;
    top: 9px;
    background: red;
    color: #fff;
    border-radius: 5px;
    font-style: normal;
    display: inline-block;
    padding: 0 6px;
    line-height: 20px;
    text-align: center;
    font-size: 8px;
    transform: scale(0.8);
}

.headerHandler_c2 {
    float: right;
    font-size: 0;
}

.headerHandler_c2 a {
    color: #fff;
    padding: 5px 11px;
    background: #396FEF;
    font-size: 12px;
    margin-left: 20px;
    position: relative;
}

.headerHandler_c2 a:first-child::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #dddddd;
    position: absolute;
    right: -10px;
    top: 5px;
}

.header_router {
    width: 100%;
    height: 68px;
    position: relative;
}

.icon {
    margin-top: 16px;
}

.routerBox {
    background: #424A62;
    height: 52px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: absolute;
    right: 0px;
    bottom: 0;
    box-shadow: 0px 0px 12px 0px rgba(66, 74, 98, 0.6);
    overflow: hidden;
}

.routerBox a {
    display: inline-block;
    width: 144px;
    height: 100%;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.routerBox a:hover {
    transition: all 0.3s;
    color: #F88547;
}

.routerBox a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 32px;
    background: #2E3449;
    position: absolute;
    right: 0;
    top: 10px;
}

.routerBox a:last-child::after {
    display: none;
}

.headerline {
    width: 100%;
    height: 1px;
    background: rgb(236, 236, 236);
    position: absolute;
    top: 38px;
    z-index: 1;
}

.bannerBox {
    max-width: 1920px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.item_bannerBox {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.item_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}

.item_banner img {
    position: absolute;
    /* left: calc(50% - 960px); */
    width: 100%;
    height: 100%;
}

.dotBox {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.dotBox span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: orange;
    margin: 0 10px;
    transition: all 0.5s;
}

.dotactive {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 0 10px;
}

.meet_typeBox {
    width: 100%;
    height: 120px;
    background: #424A62;
}

.typeNav {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-around; */
}

.typeNav a {
    vertical-align: top;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    padding: 0 17px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    transition: all 0.3s;
    line-height: 120px;
}

.typeNav a:hover {
    color: #F88547 !important;
    height: 110px !important;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.5);
    line-height: 110px !important;
}

.MeetIntroduction {
    /* display: none; */
}

.activetypeNav {
    color: #F88547 !important;
    height: 110px !important;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.5);
    line-height: 110px !important;
}

.meet_modules {
    width: 100%;
    box-sizing: border-box;
    padding-top: 42px;
}

.modules_title {
    height: 60px;
    border-bottom: 1px solid #F88547;
    position: relative;
}

.modules_title span:first-child {
    display: block;
    width: 1200px;
    height: 100%;
    line-height: 60px;
    margin: 0 auto;
    font-size: 32px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 8px;
    position: relative;
}

.modules_title span:first-child i {
    display: inline-block;
    width: 150px;
    height: 4px;
    background: #F88547;
    position: absolute;
    bottom: 0;
    left: 0;
}

.modules_title span:first-child em {
    display: none;
    font-style: normal;
}

.modules_title span:first-child+span {
    position: absolute;
    right: 50%;
    margin-right: -600px;
    bottom: 0;
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 32px;
    color: #333333;
    padding-left: 862px;
}

/* .modules_title span:first-child::after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width:150px;
    height:4px;
    background:#F88547;
} */
.modules_title span:first-child+span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 858px;
    bottom: 0;
    width: 233px;
    height: 4px;
    background: #F88547;
}

.moveBox {
    width: 100%;
    margin-top: 24px;
    background: #EDF2F6;
    box-sizing: border-box;
    padding-top: 33px;
    font-size: 0;
}

.slidertotleBox {
    width: 1200px;
    height: 535px;
    margin: 0 auto;
}

.slider1 {
    height: 535px;
    overflow: hidden;
}

.slider1Wrap {
    height: 535px;
}

.slider1_item {
    width: 1200px;
    height: 535px;
    float: left;
}

.slider1_item img {
    width: 1200px;
    height: 535px;
}

.slider2 {
    height: 136px;
    background: rgba(49, 60, 94, 0.5);
    overflow: hidden;
    position: relative;
    margin-top: -136px;
}

.slider2Wrap {
    height: 100%;
}

.slider2_item {
    width: 208px;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.slider2_item_cont {
    position: relative;
    box-sizing: border-box;
    width: 180px;
    height: 100px;
    overflow: hidden;
}

.slider2_item_cont img {
    width: 180px;
    height: 100px;
}

.slider2_item_cont p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #303542;
    opacity: 0.7;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.slider2_itemActive {
    border: 4px solid #4373F9;
    border-radius: 5px;
}

.nextbtn {
    width: 40px;
    height: 136px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transition: all 0.2s;
}

.nextbtn:hover {
    opacity: 1;
}

.prev {
    background: url(../img/left.png) no-repeat center #303542;
    background-size: 30px;
    left: 0;
}

.next {
    background: url(../img/right.png) no-repeat center #303542;
    background-size: 30px;
    right: 0;
}

.more_show {
    width: 1200px;
    height: 72px;
    line-height: 68px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.more_show::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    background: #BBBBBB;

}

.more_show span {
    color: #666666;
    font-size: 20px;
    background: #EDF2F6;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 20px;
}

.meettime {
    width: 1200px;
    margin: 10px auto 0 auto;
    font-size: 0;
}

.Scroll_News {
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    font-size: 14px;
    margin-bottom: 10px;
    width: 853px;
    display: flex;
    align-items: center;
}

.Scroll_News>span {
    font-size: 14px;
    color: #FF5A00;
    padding-left: 21px;
    padding-right: 24px;
    background: url(../img/btn_laba.png) no-repeat left center;
    align-self: center;
    margin-left: 18px;
    position: relative;
}

.Scroll_News>span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #EFEFEF;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.Scroll_News>a {
    font-size: 14px;
    font-weight: bold;
    color: #6783B9;
    padding: 0 24px;
}

.ScrollWrap {
    margin-left: 28px;
    flex: 1;
    height: 20px;
    overflow: hidden;
}

.ScrollWrap ul {
    list-style: none;
}

.ScrollWrap ul li a {
    font-size: 14px;
    color: #3A6C4F;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meetTotal {
    display: flex;
}

.Recentmeet {
    width: 338px;
    margin-left: 10px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    /* padding: 0px 20px; */
    max-height: 392px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: -108px;
    background: #fff;
}

.Recentmeet::-webkit-scrollbar {
    width: 7px;
    background-color: #F2F2F2;
}

.Recentmeet::-webkit-scrollbar-thumb {
    background-color: #D0D0D0;
    border-radius: 20px;
}

.Recentmeet::-webkit-scrollbar-track {
    border-radius: 30px;
    height: 50px;
}

.item_Recentmeet {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 20px;
}

.item_RecentmeetActive {
    background: #f4f4f4;
    /* width: 338px;
    margin-left: -20px;
    box-sizing: border-box;
    padding: 10px 20px; */
}

.item_RecentmeetActive p:first-child {
    color: #FF790C !important;
}

.item_Recentmeet>a {
    display: inline-block;
    width: 100%;
    height: 100%;

}

.Recentmeetname {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    position: relative;
}

.Recentmeetname::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    left: -12px;
    top: 10px;

}

.Recentmeettime {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}


.meeting_router {
    width: 852px;
    height: 56px;
    background: #F4F4F4;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #EEEEEE;
    border-bottom: none;
}




.meeting_router .meeting_btn {
    display: inline-block;
    min-width: 160px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 44px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
    line-height: 44px;
}

.meeting_router .more_meeting {
    display: inline-block;
    width: 114px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    float: right;
    box-sizing: border-box;
    background: #F4F4F4;
    border: 1px solid #F88547;
    border-radius: 4px;
    font-size: 16px;
    color: #F88547;
    margin: 11px 13px 0 0;
}

.activemeetnav {
    background: #fff;
    color: #F88547 !important;
}

.type_meet {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #EEEEEE;
    border-top: none;
    padding-bottom: 36px;
    flex: 1;
}

.item_typeMeet {
    width: 100%;
    height: 149px;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    display: flex;
}

.item_typeMeet>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.item_typeMeet img {

    margin-top: 24px;
    width: 190px;
    height: 100px;
}

.meetInfo {

    width: 50%;
    margin-top: 22px;
    margin-left: 20px;
}

.meetInfo p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 2px;
    height: 42px;
    width: 100%;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.meetInfo p:first-child+p,
.meetInfo p:first-child+p+p {
    font-size: 16px;
    color: #999999;
}

.meetInfo p:first-child+p+p {
    margin-top: 20px;
}

.Learn_more {
    flex: 1;
    width: 130px;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    justify-content: center;
}

.Learn_more a {
    display: inline-block;
    background: #F88547;
    width: 114px;
    height: 32px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
}

.Learn_more p {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
    margin-top: 50px;
}

.pages {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 36px;
}

.pages div {
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.pages a {
    display: inline-block;
    text-decoration: none;
    float: left;
    width: 32px;
    height: 32px;
    color: #999999;
    font-size: 12px;
    line-height: 32px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    margin: 0 8px;
}

.pages>a {
    float: none;
    vertical-align: top;
    border: 1px solid #c8c8c8;
    display: inline-block;
    width: 46px;
    height: 28px;
    line-height: 28px;
    color: white;
    background: #1c5a7f;
}

.pages>a:first-child+a {
    margin-right: 20px;
}

.pages>div>a:last-child,
.pages>div>a:first-child {
    width: 64px;
    height: 32px;
}

.morepage {
    border: none !important;
}

.pages>div>a {
    /* border-left: none; */
}

.pages>div>a:first-child {
    border-left: 1px solid #eeeeee
}

.endpage {
    border-left: 1px solid #eeeeee !important;
}

.pages div a[disabled] {
    color: #c8c8c8;
    background-color: #fff;
}

.pages .active {
    color: #fff;
    background-color: #4373F9;
}

footer {
    width: 100%;
    background-color: #323232;
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.mod_copyright_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.copyright_links {
    overflow: hidden;
    margin-bottom: 16px;
}

.copyright_links li {
    float: left;
    font-size: 12px;
    list-style: none;
    text-align: center;
}

.copyright_links li a {
    display: block;
    color: #b3b5ba;
}

.copyright_links li a:hover {
    color: #ffffff;
}

li.spacer {
    color: #49605b;
    margin: 0 14px;
}

.copyright_cert {
    font-size: 12px;
    color: #b3b5ba;
}

.no_meet {
    width: 100%;
    height: 360px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-top: none;
    background: url(../img/no_meet.png) no-repeat center 60px;
    font-size: 20px;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    padding-top: 210px;
}

.flexBox {
    width: 98px;
    height: 84px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -42px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.flexBox a {
    display: block;
    padding-right: 16px;
    height: 90px;
    line-height: 90px;
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0;
    white-space: nowrap;
    border-radius: 9px 0px 0px 9px;
    padding-left: 98px;
    box-shadow: 0px 0px 12px 0px rgba(66, 98, 74, 0.35);
    transition: all 0.5s cubic-bezier(.6, 1.62, .53, .69);
}

.flexBox a:nth-child(1) {
    background: url(../img/phone.png) no-repeat #fff left 32px center;
}

.flexBox a:nth-child(2) {
    background: url(../img/mail.png) no-repeat #fff left 32px center;
}

.flexBox a:nth-child(3) {
    background: url(../img/fex.png) no-repeat #fff left 32px center;
}